const google.golang.org/grpc/internal/transport.percentByte
5 uses
google.golang.org/grpc/internal/transport (current package)
http_util.go#L217: percentByte = '%'
http_util.go#L234: if !(c >= spaceByte && c <= tildeByte && c != percentByte) {
http_util.go#L256: if b >= spaceByte && b <= tildeByte && b != percentByte {
http_util.go#L274: if msg[i] == percentByte && i+2 < lenMsg {
http_util.go#L286: if c == percentByte && i+2 < lenMsg {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)